cody - HTMLify profile

cody
4270 Files
633465 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/197 - Bubble Shooting Game
bubble-sprites.png
cody/swapnilsparsh/30DaysOfJavaScript/197 - Bubble Shooting Game/bubble-sprites.png
Media file
body{
/* background-color: gray; */
background-image: linear-gradient(to right, rgb(184, 208, 217),rgb(247, 122, 122));
}
div{
border-radius: 30px;
}
/* background-color: gray; */
background-image: linear-gradient(to right, rgb(184, 208, 217),rgb(247, 122, 122));
}
div{
border-radius: 30px;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Bubble Shooter Game</title>
<!-- Linking CSS & JS -->
<script type='text/javascript' src='script.js'></script>
<link rel="stylesheet" href="style.css">
<html>
<head>
<meta charset="UTF-8">
<title>Bubble Shooter Game</title>
<!-- Linking CSS & JS -->
<script type='text/javascript' src='script.js'></script>
<link rel="stylesheet" href="style.css">
# Bubble Shooter Game:
>It's a **Bubble Shooter Game**, made using HTML,CSS,JS . The Code is Responsive and here Player has given some random balls and he/she has to shoot similar coloured balls to increase Score.
## Tech Stack :
HTML,CSS,JS
## Screenshot:

>It's a **Bubble Shooter Game**, made using HTML,CSS,JS . The Code is Responsive and here Player has given some random balls and he/she has to shoot similar coloured balls to increase Score.
## Tech Stack :
HTML,CSS,JS
## Screenshot:
